home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / systems / atari / birkhahn-metafont-packed-disks / mf27-2_2e-disk2.zoo / inputs / wasy.lzs / WASY8.MF < prev    next >
Text File  |  1991-03-25  |  4KB  |  98 lines

  1. % This is WASY8.MF in text format
  2. % additional symbols for math, physics, astronomy and other fields
  3.  
  4. if unknown cmbase: input cmbase fi
  5.  
  6. font_identifier:="WASY"; font_size 8pt#;
  7.  
  8. u#:=17/36pt#;      % unit width
  9. width_adj#:=0pt#;    % width adjustment for certain characters
  10. serif_fit#:=0pt#;    % extra sidebar near lowercase serifs
  11. cap_serif_fit#:=4.1/36pt#;  % extra sidebar near uppercase serifs
  12. letter_fit#:=0pt#;    % extra space added to all sidebars
  13.  
  14. body_height#:=216/36pt#;  % height of tallest characters
  15. asc_height#:=200/36pt#;    % height of lowercase ascenders
  16. cap_height#:=196.8/36pt#;  % height of caps
  17. fig_height#:=185.6/36pt#;  % height of numerals
  18. x_height#:=124/36pt#;    % height of lowercase without ascenders
  19. math_axis#:=72/36pt#;    % axis of symmetry for math symbols
  20. bar_height#:=69.6/36pt#;  % height of crossbar in lowercase e
  21. comma_depth#:=56/36pt#;    % depth of comma below baseline
  22. desc_depth#:=56/36pt#;    % depth of lowercase descenders
  23.  
  24. crisp#:=0pt#;      % diameter of serif corners
  25. tiny#:=8/36pt#;      % diameter of rounded corners
  26. fine#:=7/36pt#;      % diameter of sharply rounded corners
  27. thin_join#:=7/36pt#;    % width of extrafine details
  28. hair#:=9/36pt#;      % lowercase hairline breadth
  29. stem#:=22/36pt#;    % lowercase stem breadth
  30. curve#:=25.5/36pt#;    % lowercase curve breadth
  31. ess#:=23/36pt#;      % breadth in middle of lowercase s
  32. flare#:=27/36pt#;    % diameter of bulbs or breadth of terminals
  33. dot_size#:=32/36pt#;    % diameter of dots
  34. cap_hair#:=9.5/36pt#;    % uppercase hairline breadth
  35. cap_stem#:=26.5/36pt#;    % uppercase stem breadth
  36. cap_curve#:=30/36pt#;    % uppercase curve breadth
  37. cap_ess#:=27/36pt#;    % breadth in middle of uppercase s
  38. rule_thickness#:=.36pt#;  % thickness of lines in math symbols
  39.  
  40. dish#:=1/36pt#;      % amount erased at top or bottom of serifs
  41. bracket#:=16/36pt#;    % vertical distance from serif base to tangent
  42. jut#:=22/36pt#;      % protrusion of lowercase serifs
  43. cap_jut#:=29/36pt#;    % protrusion of uppercase serifs
  44. beak_jut#:=8.4/36pt#;    % horizontal protrusion of beak serifs
  45. beak#:=56/36pt#;    % vertical protrusion of beak serifs
  46. vair#:=8/36pt#;      % vertical diameter of hairlines
  47. notch_cut#:=8pt#;    % maximum breadth above or below notches
  48. bar#:=9.5/36pt#;    % lowercase bar thickness
  49. slab#:=9.5/36pt#;    % serif and arm thickness
  50. cap_bar#:=9.5/36pt#;    % uppercase bar thickness
  51. cap_band#:=9.5/36pt#;    % uppercase thickness above/below lobes
  52. cap_notch_cut#:=8pt#;    % max breadth above/below uppercase notches
  53. serif_drop#:=3.2/36pt#;    % vertical drop of sloped serifs
  54. stem_corr#:=1/36pt#;    % for small refinements of stem breadth
  55. vair_corr#:=1/36pt#;    % for small refinements of hairline height
  56. apex_corr#:=0pt#;    % extra width at diagonal junctions
  57.  
  58. o#:=6/36pt#;      % amount of overshoot for curves
  59. apex_o#:=6/36pt#;    % amount of overshoot for diagonal junctions
  60.  
  61. slant:=0;      % tilt ratio $(\Delta x/\Delta y)$
  62. fudge:=1;      % factor applied to weights of heavy characters
  63. math_spread:=0;      % extra openness of math symbols
  64. superness:=1/sqrt2;    % parameter for superellipses
  65. superpull:=1/6;      % extra openness inside bowls
  66. beak_darkness:=11/30;    % fraction of triangle inside beak serifs
  67. ligs:=2;      % level of ligatures to be included
  68.  
  69. square_dots:=false;    % should dots be square?
  70. hefty:=false;      % should we try hard not to be overweight?
  71. serifs:=true;      % should serifs and bulbs be attached?
  72. monospace:=false;    % should all characters have the same width?
  73. variant_g:=false;    % should an italic-style g be used?
  74. low_asterisk:=false;    % should the asterisk be centered at the axis?
  75. math_fitting:=false;    % should math-mode spacing be used?
  76.  
  77.  
  78. if ligs>1: font_coding_scheme:="TeX text";
  79. else: font_coding_scheme:=if ligs=0: "TeX typewriter text"
  80.   else: "TeX text without f-ligatures" fi;
  81.  fi
  82.  
  83. mode_setup; font_setup;
  84.  
  85. input rsym;      % symbols
  86. input lasychr;   % lasy font symbols
  87.  
  88.  
  89. font_slant slant; font_x_height x_height#;
  90. if monospace: font_normal_space 9u#; % no stretching or shrinking
  91.  font_quad 18u#;
  92.  font_extra_space 9u#;
  93. else: font_normal_space 6u#+2letter_fit#;
  94.  font_normal_stretch 3u#; font_normal_shrink 2u#;
  95.  font_quad 18u#+4letter_fit#;
  96.  font_extra_space 2u#; fi
  97. bye.
  98.